Click or drag to resize

StandardFolderId Constructor (StandardFolder, String, Mailbox)

Initializes a new instance of the StandardFolderId class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public StandardFolderId(
	StandardFolder id,
	string changeKey,
	Mailbox mailbox
)

Parameters

id
Type: Independentsoft.ExchangeStandardFolder
The identifier.
changeKey
Type: SystemString
The change key.
mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox.
See Also